home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / MetroSuction / MetroSuction.app / English.lproj / MetroSuction.nib / data.classes next >
Text File  |  1993-07-16  |  647b  |  51 lines

  1. MetroSuction = {
  2.     ACTIONS = {
  3.     selectArch:;
  4.     doClear:;
  5.     doRemove:;
  6.     SendFeedback:;
  7.     doThin:;
  8.     splitView:;
  9.     appDidInit:;
  10.     SendForInfo:;
  11.     };
  12.     OUTLETS = {
  13.     clearButton;
  14.     splitView;
  15.     tableView;
  16.     stringTable;
  17.     fileDrop;
  18.     shamelessWindow;
  19.     logBox;
  20.     InfoWindow;
  21.     formatter;
  22.     extraInfoBox;
  23.     archChecks;
  24.     thinButton;
  25.     resizeText;
  26.     shamelessButton;
  27.     removeButton;
  28.     logView;
  29.     MainWindow;
  30.     };
  31.     SUPERCLASS = Object;
  32. };
  33. FirstResponder = {
  34.     ACTIONS = {
  35.     };
  36.     SUPERCLASS = Object;
  37. };
  38. muFileDrop = {
  39.     ACTIONS = {
  40.     doNext:;
  41.     };
  42.     OUTLETS = {
  43.     dirS;
  44.     filenameField;
  45.     delegate;
  46.     iconView;
  47.     stringTable;
  48.     };
  49.     SUPERCLASS = View;
  50. };
  51.